Micron Document
✓ NomadNet 1.4.2 released

🬤 rns.recipes

Forum / Showcase / Thread / Export

Markdown export · retipedia-v3.md

Copy the block below or save it to a .md file.


# Retipedia v3

_Showcase · started by Zenith on Tue, Sep 8, 2026 8:56 AM_

Tags: Showcase

---

## Original post

**Zenith** · Tue, Sep 8, 2026 8:56 AM

Retipedia v3 has been released

https://github.com/RFnexus/Retipedia
https://codeberg.org/rfnxdev/Retipedia
rngit: `rns://4cf8a0651c4d73cacd0f93ac1d95e80a/public/Retipedia`

There is now support for:
- iFixIt, with initial image rendering support
- `_maxi` Wikipedia archives with initial inline image support
- StackExchange
- MedlinePlus

![image.png](/storage/forum/VBpEO4myrJZCf58hh6zR2BGWpYjOcugsjJYwd1PE.png)
![image.png](/storage/forum/aIFyJeZtTVDmByWqQsllEvskfS2DBPxDrxS8coJu.png)

Readers can now select a text layout style, with narrow, center, and wide options. Gutenberg now has full bookshelf support and better parsing, and loads in parts by default with chapter or section titles.

If you are running NomadNet >1.4.0, enable images in the settings with:

`images = True`
in settings.py. Image files are cached under the Retipedia root directory under `images/`


![image.png](/storage/forum/KFOGWWo685zqZLyptLr7NQ4n1UKoBLUBayGxZuJ2.png)

Btw, did you know you can change the `accent_color` too? Get in the Autumn mood with `orange`
![image.png](/storage/forum/D2VAF3kgwHiyW4OMhHeBYJITBapxlWdUsqlqNk9l.png)

---

## Reply 1

**Mark** · Tue, Sep 8, 2026 11:50 AM

Hell yeah, this is awesome! Great work Zenith!

Been wanting to set up a retipedia instance for a while, and now I really gotta bump that one up the priority list :)

---

## Reply 2

**Mark** · Tue, Sep 8, 2026 11:56 AM

By the way, how are you doing the image conversion to webp? (Sorry, haven't looked at the code yet)

Did you use the live-converter from `rngit`? I wanted to generalize that one so it was easy for other programs to import and use exactly for stuff like this, but didn't get to it yet, so I'm not sure if it would actually work well in external programs.

---

## Reply 3

**Mark** · Tue, Sep 8, 2026 12:05 PM

Ah, it looks like it's just grabbing it in whatever format is in the zim. Time for me to get live-conversion added to nomadnet itself, then ;)

---